﻿/*top*/

.logo {
    margin: 30px 0;
}

.logo .line {
    display: none;
}

.logo-txt {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 5px;
}

.nav li {
    position: relative;
    float: left;
}

.nav li a {
    height: 110px;
    line-height: 110px;
    width: 110px;
    display: block;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.nav li:hover>a,
.nav li>a.active {
    color: #fff;
    background: #16558a;
}

.nav .subnav li a {
    border-bottom-color: transparent;
}

.subnav {
    position: absolute;
    padding: 0;
    display: block;
    z-index: 999;
    background: rgba(22, 85, 138, 0.5);
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
}

.nav .subnav li a {
    height: 0;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    opacity: .8;
    font-weight: normal;
    overflow: hidden;
    transition: height 0.3s;
}

.subnav li a:hover {
    background: none;
}

.nav li:hover .subnav li a {
    height: 50px;
}


/*banner*/

.banner .swiper-button-next {
    right: 10%;
}

.banner .swiper-button-prev {
    left: 10%;
}

.banner {
    height: 700px;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 700px;
}

.banner .swiper-slide a img {
    width: 100%;
    width: 100%;
    height: 700px;
    transform: scale(1.4);
    transition: all 3s;
}

.banner .swiper-slide.swiper-slide-active a img {
    transform: scale(1);
}

.banner-style .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 17px;
}

.banner-style .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.banner .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.phone {
    width: 100%;
    height: 100px;
}

.banner-style {
    width: 25%;
    background: #16558a;
    height: 70px;
    position: relative;
    padding-left: 25%;
    padding-top: 30px;
}

.banner-style .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: none;
}

.banner-style .swiper-pagination {
    margin: 1% 0 0 7%;
}

.banner-style .banner-next {
    position: absolute;
    right: 13%;
    top: 32px;
}

.banner-style .banner-prev {
    position: absolute;
    left: 51%;
    top: 32px;
}

.banner-style .banner-next span,
.banner-style .banner-prev span {
    font-size: 30px;
    color: #fff;
    display: block;
    cursor: pointer;
    outline: none;
}

.phone-icon {
    width: 50px;
    height: 50px;
    background: #16558a;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    margin-top: 10px;
}

.phone-icon span {
    color: #fff;
    font-size: 26px;
}

.phone-txt .txt,
.phone-txt .num {
    font-size: 26px;
    font-weight: bold;
    color: #16558a;
    letter-spacing: 1px;
}

.phone-txt {
    width: 45%;
    height: 85px;
    padding-left: 5%;
    padding-top: 15px;
}


/*m-products*/

.m-products {
    width: 100%;
    background: #ebf2fa;
    padding: 70px 0;
}

.m-title {
    text-align: center;
    width: 370px;
    margin: 0 auto;
}

.m-title .eng {
    font-size: 42px;
    font-weight: bold;
    color: #16558a;
}

.m-case .m-title .eng,
.m-case .m-title .ch {
    color: #fff;
}

.m-title .ch {
    font-size: 30px;
    font-weight: bold;
}

.product-titles,
.product-titles1 {
    margin-top: 30px;
    text-align: center;
}

.product-titles a,
.product-titles1 a {
    display: inline-block;
    color: #666;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
}

.product-titles a.active,
.product-titles a:hover,
.product-titles1 a.active,
.product-titles1 a:hover {
    color: #fff;
    background: #16558a;
    border-color: #16558a;
}

.product-list .swiper-container {
    width: 1200px;
    margin-top: 40px;
}

.product-list .swiper-slide li {
    width: 364px;
    margin-right: 50px;
    margin-bottom: 25px;
}

.product-list .swiper-slide li:nth-child(3n) {
    margin-right: 0;
}

.product-list li {
    float: left;
}

.product-list li a {
    display: block;
    width: 364px;
    height: 329px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    line-height: 329px;
    border: 1px solid #ebf2fa;
}

.product-list li img {
    width: 366px;
    height: 331px;
    transition: all 0.2s;
}

.product-list li p {
    text-align: center;
    margin-top: 25px;
}

.product-list li:hover img {
    transform: scale(1.1);
}

.product-list li:hover p {
    color: #16558a;
}


/**/

.product-list1 .swiper-container {
    width: 1200px;
    margin-top: 40px;
}

.product-list1 .swiper-slide li {
    width: 364px;
    margin-right: 50px;
    margin-bottom: 25px;
}

.product-list1 .swiper-slide li:nth-child(3n) {
    margin-right: 0;
}

.product-list1 li {
    float: left;
}

.product-list1 li a {
    display: block;
    width: 364px;
    height: 329px;
    overflow: hidden;
    background: #fff;
    text-align: center;
    line-height: 329px;
    border: 1px solid #82a4c3;
}

.product-list1 li img {
    max-width: 100%;
    transition: all 0.2s;
    vertical-align: middle;
    max-height: 329px;
}

.product-list1 li p {
    text-align: center;
    margin-top: 25px;
}

.product-list1 li:hover img {
    transform: scale(1.1);
}

.product-list1 li:hover p {
    color: #16558a;
}

.m-more {
    width: 215px;
    height: 50px;
    margin: 0 auto;
    background: #16558a;
    border-radius: 30px;
    text-align: center;
    line-height: 50px;
    margin-top: 15px;
    display: block;
    color: #fff;
    font-size: 18px;
    transition: all .2s;
}

.m-more:hover {
    transform: translate(0, 10px);
}

.m-more span {
    margin-left: 5px;
    vertical-align: middle;
}


/*about*/

.m-about,
.m-adv {
    margin-top: 70px;
}

.m-about .eng::before,
.m-about .eng::after,
.m-case .eng::before,
.m-case .eng::after {
    content: "";
    display: inline-block;
    width: 76px;
    height: 1px;
    background: #ddd;
    vertical-align: middle;
}

.m-about .eng::before,
.m-case .eng::before {
    margin-right: 30px;
}

.m-about .eng::after,
.m-case .eng::after {
    margin-left: 30px;
}

.m-about-img,
.m-about-img img {
    width: 570px;
    height: 450px;
    overflow: hidden;
}

.m-about-intro {
    width: 530px;
    height: 350px;
    background: #16558a;
    padding: 50px;
}

.m-about-con {
    margin-top: 50px;
}

.m-about-intro {
    color: #fff;
}

.m-about-intro h2 {
    font-size: 30px;
    letter-spacing: 1px;
}

.m-about-intro .des {
    font-size: 18px;
    opacity: .5;
    margin-top: 5px;
    letter-spacing: 1px;
}

.m-about-intro .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 36px;
    text-align: justify;
    margin-top: 20px;
}

.m-about-intro .m-more {
    background: rgba(255, 255, 255, 0.8);
    color: #16558a;
    margin: 30px 0 0 0;
}


/*adv*/

.m-adv-title {
    width: 495px;
    margin: 0 auto;
}

.m-adv-con {
    background: url(../../images/ph/adv-bg.jpg) no-repeat;
    width: 100%;
    height: 1302px;
}

.adv-item .text {
    width: 560px;
    margin-top: 80px;
}

.adv-item .text .num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: none;
    border: 1px solid #16558a;
}

.adv-item .text .num span {
    display: block;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #16558a;
    margin: 0 auto;
    margin-top: 3px;
    text-align: center;
    line-height: 53px;
    font-size: 26px;
    color: #fff;
}

.adv-item .text .fr {
    width: 475px;
}

.adv-item .text .fr h2 {
    font-size: 30px;
    font-weight: normal;
}

.adv-item .text .fr h2 span {
    color: #16558a;
    font-weight: bold;
}

.adv-item .text .fr .eng {
    color: #999;
}

.adv-item .text .fr .line {
    margin: 2px 0 7px 0;
}

.adv-item .text .fr p {
    line-height: 34px;
    text-align: justify;
    color: #666;
}

.adv-item {
    margin-top: 40px;
}


/*m-case*/

.m-case {
    background: url(../../images/ph/case-bg.jpg) no-repeat;
    width: 100%;
    height: 883px;
    padding-top: 50px;
}

.m-case-list {
    margin-top: 50px;
}

.m-case-list li {
    width: 380px;
    float: left;
    height: 270px;
    margin: 0 30px 30px 0;
}

.m-case-list li:nth-child(3n) {
    margin-right: 0;
}

.m-case-list li a {
    display: block;
    position: relative;
}

.m-case-list li .img {
    width: 380px;
    height: 270px;
    overflow: hidden;
    transition: all .5s;
}

.m-case-list li .img img {
    width: 380px;
    height: 270px;
}

.m-case-list li .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 270px;
    background: rgba(22, 85, 139, .9);
    line-height: 270px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    transition: all .3s;
    opacity: 0;
}

.m-case-list li a:hover .title {
    opacity: 1;
}

.m-case-list li a:hover img {
    transform: scale(1.1);
}

.m-case .m-more {
    margin-top: 30px;
}

.new-img-scroll,
.new-img-scroll img {
    width: 550px;
    height: 385px;
    overflow: hidden;
}

.new-img-scroll {
    margin-top: 50px;
}

.new-list {
    width: 580px;
}

.com-news-list {
    width: 590px;
}

.in-right .com-news-list {
    width: 890px;
    margin-bottom: 50px;
}

.com-news-list .item {
    padding: 30px 0;
    border-bottom: 1px dotted #ccc;
    display: block;
}

.com-news-list .item .time {
    width: 100px;
    text-align: center;
}

.com-news-list .item .time .date {
    font-size: 36px;
    color: #16558a;
    display: block;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.com-news-list .item .time .y-m {
    color: #999;
    display: block;
}

.in-right .com-news-list .item .txt {
    width: 760px;
}

.com-news-list .item .txt {
    width: 465px;
    padding-left: 20px;
    border-left: 1px solid #d6d6d6;
    height: 84px;
    padding-top: 5px;
}

.com-news-list .item .txt .bt {
    font-size: 18px;
    font-weight: bold;
}

.com-news-list .item .txt .intro {
    color: #666;
    margin-top: 5px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.com-news-list .item:last-child {
    border-bottom: none;
}

.in-right .com-news-list .item:last-child {
    border-bottom: 1px dotted #ccc;
}

.com-news-list {
    margin-top: 5px;
}

.com-news-list .item:hover .bt {
    color: #16558a;
}


/*footer*/

.f-contact {
    width: 100%;
    background: #16558a;
    padding: 40px 0;
}

.f-phone,
.f-message {
    width: 366px;
    margin-right: 50px;
    color: #fff;
}

.f-phone h2,
.f-message h2 {
    background: url(../../images/ph/f-line.jpg) no-repeat bottom center;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    padding-bottom: 15px;
}

.f-phone .num {
    background: url(../../images/ph/f-phone.jpg) no-repeat top left;
    padding-left: 40px;
    margin: 20px 0 0 57px;
}

.num-c {
    font-size: 30px;
    margin-bottom: 5px;
}

.but {
    width: 260px;
    height: 50px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    color: #16558a;
    background: #fff;
    margin-top: 20px;
    font-size: 18px;
}

.but span {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.f-message:last-child {
    margin-right: 0;
}

.footer {
    background: #0e3a5d;
    width: 100%;
    padding: 40px 0;
}

.f-logo {
    margin-right: 120px;
}

.b-navs {
    width: 195px;
    color: #fff;
}

.b-navs .nav-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.b-navs a {
    font-size: 15px;
    margin-bottom: 13px;
    color: #fff;
    display: block;
    opacity: .6;
}

.wechart {}

.wechart p {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.footer .bottom {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    opacity: .6;
}


/*in*/

.in-banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.in-left {
    width: 260px;
}

.in-right {
    width: 890px;
}

.in-content {
    margin: 50px 0 70px 0;
}

.in-left h2 {
    margin-bottom: 20px;
}

.in-contact {
    margin-top: 50px;
}

.contact-title {
    height: 20px;
    line-height: 20px;
    border-left: #333 solid 3px;
    margin: 10px 0px;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.contact-det p {
    background: #ebf2fa;
    color: #999;
    line-height: 30px;
    text-indent: 10px;
    margin-top: 20px;
}

.contact-det b {
    font-size: 22px;
    line-height: 35px;
    font-weight: 900;
    color: #333;
    display: block;
    margin-top: 10px;
}

.contact-det span {
    color: #999;
    line-height: 20px;
    padding: 5px 0px;
    display: block;
    margin-bottom: 5px;
}

.contact-det a {
    padding: 5px 25px;
    line-height: 30px;
    background: #16558a;
    color: #fff;
}

.in-rig-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.in-rig-title span {
    font-size: 22px;
    color: #16558a;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold;
}

.single-txt {
    line-height: 40px;
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
}

.in-pro-list li a {
    display: block;
    height: 260px;
    background: #fff;
    line-height: 260px;
    text-align: center;
    border: 1px solid #fff;
    transition: all .2s;
    overflow: hidden;
}

.in-pro-list li a:hover {
    border: 1px solid #fff;
}

.in-pro-list li {
    margin-bottom: 30px;
    float: left;
    width: 283px;
    margin-right: 20px;
}

.in-pro-list li:nth-child(3n) {
    margin-right: 0;
}

.in-pro-list li img {
    width: 283px;
    height: 262px;
    transition: all .2s;
}

.in-pro-list li:hover img {
    transform: scale(1.1);
}

.in-pro-list {
    margin-top: 30px;
}

.in-pro-list li p {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
}

.con-page ul li {
    display: inline-block;
    text-align: center;
}

.con-page ul li.active a,
.con-page ul li a:hover {
    background: #16558a;
    border: 1px solid #16558a;
    color: #fff;
}

.con-page ul li a.pre,
.con-page ul li a.next {
    border: 1px solid #ccc;
    padding: 6px 13px;
}

.con-page {
    margin-bottom: 70px;
    text-align: center;
    margin-top: 30px;
}

.con-page ul li a {
    border: 1px solid #ccc;
    padding: 6px 13px;
    margin: 0 3px;
    transition: all .2s;
}

.pro-det-img {
    width: 520px;
    height: 400px;
    background: #fff;
    text-align: center;
    line-height: 400px;
    float: left;
}

.pro-det {
    margin-top: 30px;
}

.pro-det-img img {
    max-width: 100%;
    max-height: 400px;
    vertical-align: middle;
}

.pro-det-txt {
    width: 400px;
    float: right;
}

.pro-det-txt h2 {
    font-size: 24px;
    margin-top: 30px;
}

.pro-det-txt p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}

.news-single-title {
    font-size: 26px;
    text-align: center;
    margin-top: 50px;
}

.news-single-time {
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-top: 15px;
}

.news-single-txt {
    line-height: 36px;
    margin-top: 30px;
    text-align: justify;
    font-size: 16px;
}

.news-single-txt img {
    max-width: 80%;
}

.article {
    border-top: 1px dotted #ddd;
    margin-top: 30px;
    padding-top: 30px;
}

.article a {
    display: block;
    margin-bottom: 10px;
}

.in-news-list li {
    line-height: 55px;
    padding: 0 10px 0 15px;
}

.in-news-list li:nth-child(even) {
    background: #f5f5f5;
}

.in-news-list li .circle {
    width: 6px;
    height: 6px;
    background: #16558a;
    display: block;
    border-radius: 50%;
    float: left;
    margin-top: 23px;
    margin-right: 10px;
}

.in-news-list {
    margin-top: 10px;
    margin-bottom: 50px;
}

.in-news-list li .n-time {
    float: right;
    color: #999;
}

.down {
    color: #16558a;
    float: right;
    font-size: 22px;
    display: block;
}

.in-news-list li a {
    display: inline-block;
    width: 845px;
}

.m-security,
.m-recurit {
    margin: 0 auto;
}

.ask-form {
    margin-top: 30px;
}

.ask-text-name {
    width: 90px;
    text-align: left;
    line-height: 40px;
}

.ask-input-k {
    width: 400px;
    height: 38px;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-indent: 10px;
}

.ask-input span {
    display: block;
    float: left;
    margin: 12px 50px 0 0;
}

.pattern {
    margin-right: 7px;
}

.ask-form-list {
    margin-bottom: 15px;
}

.ask-textarea {
    width: 400px;
    height: 100px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    text-indent: 10px;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 14px;
}

.ask-butstyle {
    width: 100px;
    height: 35px;
    background: #16558a;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
}

.ask-but {
    margin-left: 90px;
    margin-bottom: 50px;
}

.ask-but button:last-child {
    background: #ebf2fa;
    color: #16558a;
}

.m-about .m-more {
    margin-bottom: 70px;
}

.sidebar-title {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 16px;
    text-indent: 15px;
    background: url(../../images/ph/pro_left.png) no-repeat 220px center #f0f0f0;
    cursor: pointer;
    text-indent: 20px;
    color: #666;
}

.sidebar-list {
    display: none;
}

.sidebar-list a {
    display: block;
    text-indent: 20px;
    border-bottom: 1px dotted #ddd;
    line-height: 35px;
}

.sidebar-list a:hover,
.sidebar-list a.active {
    color: #16558a;
    font-weight: bold;
}

.current {
    background: url(../../images/ph/pro_down.png) no-repeat 220px center #16558a;
}

.current a {
    color: #fff;
}